home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / wnl.z / wnl
Encoding:
Text File  |  1998-10-30  |  3.2 KB  |  70 lines

  1. WNL(3F)                                                Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      WWNNLLFFLLAAGG, WWNNLLDDEELLMM, WWNNLLSSEEPP, WWNNLLRREEPP - Provides user control of NNAAMMEELLIISSTT
  6.      output format
  7.  
  8. SSYYNNOOPPSSIISS
  9.      CCAALLLL WWNNLLFFLLAAGG((_c_h_a_r))
  10.  
  11.      CCAALLLL WWNNLLDDEELLMM((_c_h_a_r))
  12.  
  13.      CCAALLLL WWNNLLSSEEPP((_c_h_a_r))
  14.  
  15.      CCAALLLL WWNNLLRREEPP((_c_h_a_r))
  16.  
  17. IIMMPPLLEEMMEENNTTAATTIIOONN
  18.      UNICOS, UNICOS/mk, and IRIX systems
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.      On IRIX systems, this routine is valid only when compiling programs
  22.      with the MIPSpro 7 Fortran 90 compiler or when compiling programs with
  23.      the --ccrraayylliibbss option to the MIPSpro 7.2 F77 compiler. See the "BUGS"
  24.      subsection for further details.
  25.  
  26.      These routines provide user control of output formatting.
  27.  
  28.      _c_h_a_r    For WWNNLLFFLLAAGG, the first ASCII character of the first line.
  29.              Default is a blank.
  30.              For WWNNLLDDEELLMM, a NNAAMMEELLIISSTT delimiter.  Default is &&.
  31.              For WWNNLLSSEEPP, a NNAAMMEELLIISSTT separator.  Default is a comma (,,).
  32.              For WWNNLLRREEPP, a NNAAMMEELLIISSTT replacement character.  Default is ==.
  33.  
  34.      WWNNLLFFLLAAGG changes the character written in column 1 of the first line
  35.      from blank to _c_h_a_r.  Typically, _c_h_a_r is used for carriage control if
  36.      the output is to be listed, or for forcing echoing if the output is to
  37.      be used as input for NNAAMMEELLIISSTT reads.
  38.  
  39.      WWNNLLDDEELLMM changes the character preceding the group name and EENNDD from &&
  40.      to _c_h_a_r.
  41.  
  42.      WWNNLLSSEEPP changes the separator character immediately following each
  43.      value from ,, to _c_h_a_r.
  44.  
  45.      WWNNLLRREEPP changes the replacement operator that comes between _n_a_m_e and
  46.      _v_a_l_u_e from == to _c_h_a_r.
  47.  
  48.      In each of these subroutines, _c_h_a_r is a character variable that
  49.      contains any ASCII character.  Except on the CRAY T90 series, _c_h_a_r may
  50.      also be a Hollerith character, specified by 11LL_x or 11RR_x.
  51.  
  52.      These routines support the Cray Research FORTRAN 77 (CF77) namelist
  53.      extension.  The ANSI Fortran 90 standard introduced a standardized
  54.      version of namelist I/O.  The facilities provided by these routines
  55.      are not used by namelist I/O in a Fortran program compiled with Cray
  56.      Research Fortran 90 (CF90) unless the --ff7777 option is supplied on the
  57.      aassssiiggnn(1) command for a file or unit.
  58.  
  59. BBUUGGSS
  60.      On IRIX systems, the implementation of these routines has not been
  61.      thoroughly tested.
  62.  
  63. SSEEEE AALLSSOO
  64.      RRNNLL(3), RRNNLLEECCHHOO(3F), RRNNLLSSKKIIPP(3F), RRNNLLTTYYPPEE(3F), WWNNLLLLIINNEE(3F),
  65.      WWNNLLLLOONNGG(3F)
  66.  
  67.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  68.      2165, for the printed version of this man page.
  69.  
  70.